home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Tasks / connect-epitath.cgi.z / connect-epitath.cgi
Encoding:
Text File  |  1997-07-30  |  1.6 KB  |  56 lines

  1. #!/usr/bin/perl5
  2. #
  3. # connect-epitath.cgi
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: connect-epitath.cgi,v 1.11 1997/06/19 22:26:44 shotes Exp $
  21.  
  22. system("/etc/shutdown -y -g10 -i6 > /dev/null 2>&1");
  23.  
  24. print <<EPITATH;
  25. Content-type: text/html
  26.  
  27. <HTML>
  28. <HEAD><TITLE>You're Done!</TITLE></HEAD>
  29. <BODY BGCOLOR='c7ded4' BACKGROUND=/tasks/connect-task.bg.gif>
  30. <CENTER>
  31.  
  32. <FONT SIZE=7>
  33. <STRONG>
  34. You're Done!
  35. <P>
  36. </FONT>
  37. </FONT=6>
  38. You've completed the steps necessary to configure your
  39. <P>
  40. Silicon Graphics'
  41. <EM>WebForce Internet Gateway!</EM><P>
  42. </FONT>
  43. </STRONG>
  44. </CENTER>
  45. <P>
  46. <FONT SIZE=4>
  47. It will take four or five minutes for your Gateway to reboot and restart its networking services.
  48. <P>
  49. Once this is done, if the information you and your Internet Service Provider (ISP) supplied is
  50. accurate, and the physical network connections between your Gateway, your network and your ISP
  51. are correct, then you will be able to access the Internet and surf the World Wide Web!
  52. </FONT>
  53. </BODY>
  54. </HTML>
  55. EPITATH
  56.